The input event code
uint32 event_code = 1;
Keyboard character code
uint32 kb_char = 2;
The touch X coordinate
uint32 touch_x = 3;
The touch Y coordinate
uint32 touch_y = 4;